home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / tools / czesc_1 / cpdist / todo < prev    next >
Text File  |  1994-01-12  |  756b  |  31 lines

  1.  
  2. o  creation of (relative) destination directories of unlimited depth,
  3.    i.e. a/b/c will create c in b after creating b in a if non-existant.
  4.  
  5. o  derive CP(Y) from CPDIST w/ CPDIST-like usage also available:
  6.  
  7.    > CP @distfile destination/
  8.  
  9.    ... but also all the other features of a good copy command like
  10.  
  11.    > CP sourcefile1 ... sourcefileN destinationpath/
  12.  
  13.    w/ pattern matching for the filenames, or
  14.  
  15.    > CP -r dir1 ... dirN file1 ... fileN destinationpath/
  16.  
  17.    with ´-r' or ´--recursively' forcing cv to decent a path recursively
  18.  
  19.    > CP -m infile1 ... infileN outfile
  20.  
  21.    merging files to one output file
  22.  
  23.    > CP -s1024 file1 ... fileN outpath/
  24.  
  25.    splitting files after 1024 bytes and generating file1.1 to file1.X
  26.    in the output path
  27.  
  28.  
  29.  
  30.  
  31.